home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_2
/
mfilemode
/
source
/
menupick.c
< prev
next >
Wrap
C/C++ Source or Header
|
1994-09-05
|
287b
|
18 lines
// MenuPick.c - Copyright © 1994 Mike Austin
#include <dos/dos.h>
#include "MFileMode.h"
#include "GUI.h"
int MainMENU_ABOUT(VOID)
{
AlertUser(MainWnd, Version + 6, "\n\nCopyright 1994 Mike Austin\n\nAll Rights Reserved");
return TRUE;
}
int MainMENU_QUIT(VOID)
{
return FALSE;
}